home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / x_valin.swf / scripts / DefineButton2_39 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-10-01  |  119 b   |  8 lines

  1. on(release){
  2.    tellTarget("../audioback")
  3.    {
  4.       gotoAndStop(_currentframe + 9);
  5.    }
  6.    gotoAndStop(2);
  7. }
  8.